home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
v9n20.arc
/
XVI_UD2.XTS
< prev
next >
Wrap
Text File
|
1990-10-29
|
4KB
|
206 lines
; XVI_UD2.XTS
; MagNet Utilities Down Load, Part Two
; This Script does the actual file down load.
; Rick Ayre, 5.1.90.
SCreen L kw ; Restore color of command line
WAit Quiet 15 ; Wait for your turn
LAbel FILE_1 ; Begin down loading files
REply "go utilit" |
WAit for "!"
REply "4" |
WAit string "e (example, DR.COM):"
REply @A1 |
When "!" DO A6
WAit string "ad this file? (Y/N)"
When -
Reply "y" |
WAit string "> to begin transfer!"
WAit 5
Reply |
WAit for "!"
REply "1" |
WAit string "is complete"
RXmodem @A1
WAit quiet 30
Reply |
Wait 15
LAbel FILE_2
IF @A2 = "" JUmp FINISHED ; If no filename here, we're done.
REply | ; Signal ready for more business.
WAit for "!"
REply "3" |
WAit string "e (example, DR.COM):"
REply @A2 |
WHen "!" DO A6
WAit string "ad this file? (Y/N)"
WHen -
Reply "y" |
WAit string "> to begin transfer!"
WAit 5
Reply |
WAit for "!"
REply "1" |
WAit string "is complete"
RXmodem @A2
WAit quiet 30
Reply |
Wait 15
LAbel FILE_3
if @A3 = "" JUmp FINISHED
REply |
WAit for "!"
REply "3" |
WAit string "e (example, DR.COM):"
REply @A3 |
WHen "!" DO A6
WAit string "ad this file? (Y/N)"
When -
Reply "y" |
WAit string "> to begin transfer!"
WAit 5
Reply |
WAit for "!"
REply "1" |
WAit string "is complete"
RXmodem @A3
WAit quiet 30
Reply |
Wait 15
LAbel FILE_4
if @A4 = "" JUmp FINISHED
REply |
WAit for "!"
REply "3" |
WAit string "e (example, DR.COM):"
REply @A4 |
WHen "!" DO A6
WAit string "ad this file? (Y/N)"
WHen -
Reply "y" |
WAit string "> to begin transfer!"
WAit 5
Reply |
WAit for "!"
REply "1" |
WAit string "is complete"
RXmodem @A4
WAit quiet 30
Reply |
Wait 15
LAbel FILE_5
if @A5 = "" JUmp FINISHED
REply |
WAit for "!"
REply "3" |
WAit string "e (example, DR.COM):"
REply @A5 |
WHen "!" DO A6
WAit string "ad this file? (Y/N)"
When -
Reply "y" |
WAit string "> to begin transfer!"
WAit 5
Reply |
WAit for "!"
REply "1" |
WAit string "is complete"
RXmodem @A5
WAit quiet 30
Reply |
Wait 15
LAbel FINISHED ; This sequence starts a count
; down timer that will log you
; off MagNet, after a short delay
WAit 10
Reply |
SCreen H Wb ; Change screen colors.
CLear ; Clear the screen to display the message.
MEssage
You will be logged off PC MagNet in 1 minute.
Press ESC to end this script.
.
ALarm 2 NOw ; Sound alarm.
WAit 150 ; Wait 15 seconds for user to intervene.
CLear ; Do it again.
MEssage
You will be logged off PC MagNet in 45 seconds.
Press ESC to end this script.
.
ALarm 0 NOw
WAit 150
CLear
MEssage
You will be logged off PC MagNet in 30 seconds.
Press ESC to end this script.
.
ALarm 2 NOw
WAit 150
CLear
MEssage
You will be logged off PC MagNet in 15 seconds.
Press ESC to end this script.
.
ALarm 0 NOw
WAit 150
Label get_off
REply OFF | ; Log off CompuServe.
WAit quiet 50 ; Wait for inactivity.
BYe ; Break phone line connection.
ENd ; End of script